home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / mkfname / mkfname.doc < prev    next >
Text File  |  1995-05-14  |  2KB  |  36 lines

  1. MKFNAME  Create a File Name based on Today's Date
  2. V3.00/S  Copyright(c) 1994-1995 Danen Information Services  All Rights Reserved
  3. ═══════════════════════════════════════════════════════════════════════════════
  4.  
  5. Usage:  MKFNAME mode template envvar batchfile
  6.  
  7. where   mode      is /JUL or /DOW or /WK /YMD, etc:
  8.                   /JUL = insert 3-char julian day at marker
  9.                   /DOW = insert 1-char day of week at marker
  10.                   /WK  = insert 2-char week number at marker
  11.                   /MTH = insert 2-char month number at marker
  12.                   /YMD = insert 8-char date at marker
  13.                   /YY  = insert 2-char year at marker
  14.                   /YWK = insert 2-char year + 2-char week number at marker
  15.                   /YM  = insert 2-char year + 2-char month number at marker
  16.                   /YJUL= insert 2-char year + 3-char julian day at marker
  17.                   /NIC = insert rightmost 8 chars of NIC at marker
  18.                   "marker" is a "*"
  19.         template  is the template to use for the filename to generate,
  20.                   e.g. audit*.dat
  21.         envvar    is the environment variable to create the filename in
  22.         batchfile is the name of the batch file that sets envvar
  23.  
  24. This program comes in real handy when automating any kind of regular updates,
  25. based on the current date.  Good for network administrators and BBS SysOps.
  26.  
  27. To see the program in action, run MKFNDEMO.BAT.
  28.  
  29. This program is distributed under the ShareWare concept.  If you use it,
  30. registration is only $15.00.
  31.  
  32. Send your cheques to: Gerry Danen
  33.                       106 Abbotsfield Road
  34.                       Edmonton, AB  Canada
  35.                       T5W 4S9
  36.